home *** CD-ROM | disk | FTP | other *** search
/ United Public Domain Gold 2 / United Public Domain Gold 2.iso / utilities / pu083.dms / pu083.adf / Morse Code / CW(CLI) / readme < prev    next >
Text File  |  1989-03-19  |  4KB  |  69 lines

  1. morse
  2.    a program to read and transmit morse code.
  3.    Reading morse is done through the fire button on
  4.    joystick port 2 which can be wired up to your keyer or to an interface
  5.    to your rig.
  6.    The default mode is to transmit in morse code, lines typed on the
  7.    keyboard. However, if the line begins with a # character then that
  8.    line is a command line and is interpreted differently.
  9.    The letter immediately after the # defines the command, and the
  10.    command may be followed by a number or a file name as specified
  11.    in the list below. Morse can also have a filename as argument when
  12.    it is started up, in which case input comes from that file instead
  13.    of the keyboard. If the file can't be opened then morse prints out
  14.    some documentation. Here are the commands.
  15.    The #a and #v parameters are checked for reasonable values otherwise
  16.    they could crash the system. If an illegal value is given then #v
  17.    will be set to 0, and #a will be 63.
  18.    #a n     Set the audio volume to n.
  19.    #d n     Set the duration to n. This specifies the transmitted speed
  20.             of morse characters (which is independent from the spacing
  21.             between the letters). The default value of 30 gives a letter
  22.             speed of about 26 wpm and increasing or decreasing this value
  23.             will change the transmission speed proportionately. (See also
  24.             the #w command)
  25.    #w n     Set the word parameter to n. This specifies the spacing
  26.             between characters and defaults to 60. It should always be
  27.             set to NO LESS THAN twice the value of #d but can be increased
  28.             as large as necessary so that, for example, you can transmit
  29.             30 wpm characters that are spaced at a speed of 10 wpm.
  30.    #t n     Set the tone of the transmitted sound. The default value of
  31.             700 generates a tone of approx 800Hz which zero beats with
  32.             my FT-101ZD sidetone.
  33.    #v n     Specifies which channel the sound comes out. Defaults to
  34.             channel zero and can be 0-3.
  35.    #l n     This value is used for receiving morse code and specifies
  36.             the dividing line between a dot and a dash. The default value
  37.             of 6000 gives a speed of about 20 wpm.
  38.    #u n     This value specifies the length of time after which a key-up
  39.             is interpreted as a word-space. The default value of 18000
  40.             gives a speed of about 20wpm.
  41.    #e       exit from the program (and close the file if it is open ...
  42.             see the f command).
  43.    #r       Enter receive mode.
  44.             Receive mode is terminated when the program receives a key
  45.             down that is at least three word space elements long.
  46.    #g n     Generate n lines of random text and transmit it as morse code.
  47.             The program generates random 'words' of varying lengths
  48.             with punctuation added (i.e. period, comma, and question mark)
  49.             with occasional strings of numbers which may contain
  50.             the / symbol. This mode can also be used to generate the
  51.             random text into a file by starting up the program with
  52.             output redirected.
  53.    #G n     As for g except that the code is random 5 letter groups which
  54.             can contain alphanumerics and the characters , . ? and /
  55.             with equal probability.
  56.    #o       Toggle the sound on/off. This is useful with the g and G
  57.             commands as morse can be executed as 'morse >file' so that
  58.             output goes to the file .... then toggle the sound off with
  59.             the #o command and then use the g or G commands which will
  60.             then generate random strings into the file without also
  61.             generating the sounds, which speeds things up for you.
  62.    #f <file> Redirect input to come from the named file instead of
  63.             the keyboard .... thus the file can contain any of the #
  64.             commands (except #f) plus a specific text.
  65.    #s       Print the current settings of all settable parameters -
  66.             thus typing #s first thing prints the default values for
  67.             all parameters.
  68.  
  69.